docs: clarify isolated installation and startup failures - #213
Merged
Conversation
Signed-off-by: LauraGPT <18321252+LauraGPT@users.noreply.github.com>
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User Impact
Clarifies FunClip's installation entry points and the distinct failures shown in #147. The original screenshot shows a pip TLS certificate failure before FunASR can be installed; the Windows follow-up already enters FunASR but cuts off before the final exception. Neither supports treating every traceback as another missing package.
python -m pip, with an import/argument-parsing check.Related to #147; do not close it based on this documentation update.
Validation
Signed/DCO head
99fe66b08668ee160d92b2030dbb954391739a1f.Actual fresh Python 3.12.3 Linux x86-64 environment: seeded the venv with uv, then used
python -m pipto install matching torch/torchaudio2.10.0+cpu from the official CPU index followed by unchanged requirements from PyPI. It resolved FunASR1.4.15, Transformers4.57.6, Gradio4.44.1 and huggingface_hub0.36.2. The standard-library venv creation command was also checked independently.python -m pip check python -c "from funasr import AutoModel; print('FunASR import OK')" python funclip/launch.py --help python -m pytest -q -rs tests --ignore=tests/test_litellm_api.py git diff --checkImport, help, dependency checks and compilation pass. Application tests: 80 passed, 1 skipped; optional LiteLLM tests were explicitly excluded because that provider is unchanged and its extra is not installed. The 23 related tests also passed. Initial new documentation contracts failed against the old entry points, then passed. GitHub Markdown API rendered the bilingual headings and content; independent review found no P1/P2.
No model inference, microphone, Windows/macOS installation or original-user-environment repair is claimed. Existing deprecation/font diagnostics remain in the evidence. Requirements, runtime code, model weights, releases and production services are unchanged.